home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / pascal / dlgdsn41.zip / SCOLORTX.CPP < prev    next >
C/C++ Source or Header  |  1992-11-19  |  671b  |  19 lines

  1. /*------------------------------------------------------------*/
  2. /* filename -       scolortx.cpp                              */
  3. /*                                                            */
  4. /* Registeration object for the class TColoredText            */
  5. /*------------------------------------------------------------*/
  6.  
  7. #define Uses_TColoredText
  8. #define Uses_TStaticText
  9. #define Uses_TStreamableClass
  10. #include <tv.h>
  11. #include "tcolortx.h"
  12. __link( RStaticText)
  13.  
  14. TStreamableClass RColoredText( TColoredText::name,
  15.                               TColoredText::build,
  16.                               __DELTA(TColoredText)
  17.                             );
  18.  
  19.